home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / POV-Ray 3.0.2 / src / MacSource / UtilLib.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-07-14  |  1.9 KB  |  51 lines  |  [TEXT/CWIE]

  1. /*
  2. ==============================================================================
  3. Project:    POV-Ray
  4.  
  5. Version:    3
  6.  
  7. File Name:    POVLib.h
  8.  
  9. Description:
  10.  
  11. Related Files:
  12. ------------------------------------------------------------------------------
  13. Author:
  14.     Eduard [esp] Schwan
  15. ------------------------------------------------------------------------------
  16.     from Persistence of Vision(tm) Ray Tracer
  17.     Copyright 1996 Persistence of Vision Team
  18. ------------------------------------------------------------------------------
  19.     NOTICE: This source code file is provided so that users may experiment
  20.     with enhancements to POV-Ray and to port the software to platforms other 
  21.     than those supported by the POV-Ray Team.  There are strict rules under
  22.     which you are permitted to use this file.  The rules are in the file
  23.     named POVLEGAL.DOC which should be distributed with this file. If 
  24.     POVLEGAL.DOC is not available or for more info please contact the POV-Ray
  25.     Team Coordinator by leaving a message in CompuServe's Graphics Developer's
  26.     Forum.  The latest version of POV-Ray may be found there as well.
  27.  
  28.     This program is based on the popular DKB raytracer version 2.12.
  29.     DKBTrace was originally written by David K. Buck.
  30.     DKBTrace Ver 2.0-2.12 were written by David K. Buck & Aaron A. Collins.
  31. ------------------------------------------------------------------------------
  32. Change History:
  33.     931001    [esp]    version 2.0 finished (Released on 10/4/93)
  34.     941229    [esp]    version 3.0a removed Popupmenus.h for new System 7 way
  35. ==============================================================================
  36. */
  37.  
  38. #if !defined(POVLIB_H)
  39. #define POVLIB_H
  40.  
  41. #include "ArgvTrix.h"
  42. #include "ScreenUtils.h"    // must be before dialogutils.h
  43. #include "DialogUtils.h"
  44. #include "LnkLst.h"
  45. #include "CursorUtils.h"
  46. #include "MemAlloc.h"        // Special memory allocation/cleanup
  47. #include "Printf2Window.h"
  48. #include "VolsPaths.h"
  49.  
  50. #endif // POVLIB_H
  51.